stack overflow

英 [stæk ˌəʊvəˈfləʊ] 美 [stæk ˌoʊvərˈfloʊ]

网络  栈溢出; 堆栈溢出; 堆溢出; 栈缓冲区溢出; 堆叠溢位

计算机



双语例句

  1. A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.
    像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
  2. However, this approach only protects those specific functions, not stack overflow vulnerabilities in general, and it only protects the stack, not local values in the stack.
    然而,这种方法仅保护那些特定的函数,而不是从总体上防止堆栈溢出缺陷,并且它仅保护堆栈,而不保护堆栈中的局部变量。
  3. Just note that writing deeply recursive functions on the SPE is problematic because there is no stack overflow protection on the SPE, and the local store is small to begin with.
    请注意在SPE上编写深度递归函数有些问题,原因是在SPE上没有任何堆栈溢出保护,而且本地存储也很小。
  4. Essentially, tail recursion eliminates the use of the call stack for recursion; thus, arbitrarily deep recursion is possible and avoids stack overflow.
    实际上,尾递归消除了对递归使用调用栈的需要;因此,可以实现任意深度的递归并且可以避免栈溢出。
  5. Memory space breach& Accomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.
    内存空间缺口&通过栈溢出、缓冲区溢出或堆错误来实现,以宿主进程的权限执行攻击者提供的任何代码。
  6. These options help in cases when stack space is rare, as is the case in the Linux kernel, or where application programs fail because of a stack overflow.
    当堆栈空间不足时(就像在Linux内核一样),或应用程序因堆栈溢出而出现故障时,这些选项可以提供帮助。
  7. Bit1 is also the NotYetScanned bit that is only used during mark stack overflow.
    第1位还是仅在标志堆栈溢出期间使用的NotYetScanned位。
  8. Error: parser stack overflow, at column (% 0)% 1
    错误:分析器堆栈溢出,位于(%0)%1列
  9. Stack Overflow is a collaboratively edited question and answer site for programmers& regardless of platform or language.
    StackOverflow是一个专门面向程序员的协作编辑的Q&A网站,不限平台,不限语言。
  10. Evaluation stack overflow: the pattern may be too complex.
    估堆溢位:模式比可能於。
  11. Server encountered a stack overflow during compile.
    服务器在编译过程中遇到堆栈溢出。
  12. An operation caused a stack overflow.
    某个操作造成堆栈溢出。
  13. Stack overflow occurred in parsing search condition '%. ls'.
    分析搜索条件''%1!''时发生堆栈溢出。
  14. It is extremely difficult to programmatically handle a stack overflow.
    以编程方式处理堆栈溢出极为困难。
  15. Fix for stack overflow vulnerability which could allow arbitrary code execution.
    修复了一个可能导致执行任意代码的缓冲区溢出漏洞。
  16. Stack Overflow is a programming Q& A site that's free.
    StackOverflow是一个免费的编程Q&A网站。
  17. The Stack Overflow specific changes ( such as stricter italics/ bold) are configurable, so you can toggle them on and off.
    StackOverflow所具有的特定改变(比如更严格的斜体/粗体)都可配置,所以你能够开关它们。
  18. In recent, there are many methods to prevent stack overflow attacks roughly by program compile, OS core, Structure of CPU etc.
    目前已有众多的方法用来防御堆栈溢出攻击,大致从程序编译角度,操作系统内核,cpu体系结构等方面着手。
  19. We detect stack overflow by monitoring the Previous Frame Pointer. Such comes the tool FPW ( Frame Pointer Watcher).
    作者提出利用前帧指针检测堆栈溢出的方法即FPW(FramePointerWatcher)。
  20. How to Discover Stack Overflow in Embedded Software Development
    如何在嵌入式软件设计中发现堆栈溢出
  21. Buffer overflow attack mainly includes stack overflow, heap overflow and format string overflow and so on.
    缓冲区溢出主要分为堆栈溢出、堆溢出和格式化字符串溢出等。
  22. The main idea of this article describes the theory of stack overflow, and the implement of stack overflow in solaris platform by bypassing the non-executable stack.
    本文描述了在solaris平台上堆溢出的基本原理,以及通过绕过不可执行堆栈在solaris平台上实现堆栈溢出的方法。
  23. Analysis of Stack Overflow Attack of Windows NT BUFFER CAPACITY
    WINDOWSnt缓冲溢出攻击原理分析
  24. Research of Heap Overflow and Stack Overflow Based on Windows System
    对Windows环境下堆溢出和栈溢出的研究
  25. Based on the ram allocation of windows, heap and stack is entrance, through contrasting and analyzing there is something difference between heap overflow and stack overflow, it can help to coding more security and efficiency.
    基于Windows的内存分配机制,以堆和栈为切入点,通过实验对比分析得出了堆溢出和栈溢出的相似和不同之处,有助于程序开发过程中编写出更加高效、安全的代码。
  26. The different of heap overflow and stack overflow is researched based on windows system.
    文章对Windows环境下堆溢出和栈溢出的不同之处进行了研究。
  27. The Study of Stack Overflow on Solaris Platform
    Solaris平台的堆栈溢出研究
  28. It analyzes and researches different kinds of buffer overflows: stack buffer overflow, heap buffer overflow, BSS buffer overflow, and deeply researches stack buffer overflow and heap buffer overflow.
    分析和研究了各种缓冲区溢出机理,包括栈溢出,堆溢出,以及BSS溢出等,重点分析了栈溢出和堆溢出;
  29. And then, referring to the development of exploiting technology, the basic principle and exploiting skills of stack overflow and heap overflow, which are the mainstream exploiting technologies are discussed.
    围绕漏洞利用技术的发展,分析了栈溢出和堆溢出的基本原理和利用技巧。
  30. Explore the methods and techniques of attacks based on buffer overflow vulnerabilities in Windows platform in detail, including stack overflow and heap overflow. 3.
    详细探讨了Windows平台下缓冲区溢出攻击的技术手段,包括基于栈和基于堆的攻击。